home *** CD-ROM | disk | FTP | other *** search
/ Aminet 39 / Aminet 39 (2000)(Schatztruhe)[!][Oct 2000].iso / Aminet / biz / swood / FW_AllInOne.lha / Makros / Hilfe < prev    next >
Text File  |  1998-01-18  |  279b  |  10 lines

  1. /* Optimized with RexxOpt 1.7 */
  2.  
  3. address "REXX"
  4. If open('Hilfe',"S:FW_Paket.prefs","R") then;do
  5. HilfeVerz=readln('Hilfe')
  6. Call Close('Hilfe')
  7. End
  8. else HilfeVerz=''
  9. address command "Multiview PUBSCREEN=FinalWriterPubScreen "||d2c(34)||HilfeVerz||"Makro-Paket.guide"||d2c(34)
  10. exit